Overload | Description |
---|---|
NotContainAll(IEnumerable<String>,String,Object[]) | Asserts that a string does not contain all of the strings provided in values. The string may contain some subset of the provided values. |
NotContainAll(String[]) | Asserts that a string does not contain all of the strings provided in values. The string may contain some subset of the provided values. |